home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / Translation / Delphi / D3 / French / Build.bat next >
Encoding:
DOS Batch File  |  2001-08-31  |  172 b   |  8 lines

  1. rem @echo off
  2. copy ..\..\TrDemo.drc .
  3. mergedrc PTShConsts.csv TrDemo.drc
  4. copy TrDemo.drc.txt TrDemo.drc
  5. brc32 -r TrDemo.drc
  6. dcc32 TrDemo.dpr
  7. move /y TrDemo.fr ..\..
  8.